home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-16 | 1.6 KB | 62 lines | [TEXT/KAHL] |
- /******************************************************************************
- x_CVAWASTEDlgText.cp
-
- CVAWASTEDlgText DialogText Class
-
- Copyright © 1996 Dan Crevier. All rights reserved.
-
- Generated by Visual Architectâ„¢
-
- This file is rewritten each time you generate code. You should not
- make changes to this file; changes should go in the CVAWASTEDlgText.cp
- file, instead.
-
- If you want to change how Visual Architect generates this file, you can
- change the template for this file. It is "_Text_cp" in the Visual Architect
- Templates folder.
-
- ******************************************************************************/
-
- #include "x_CVAWASTEDlgText.h"
-
- #include "ViewUtilities.h"
-
-
- TCL_DEFINE_CLASS_M1(x_CVAWASTEDlgText, CWASTEDlgText);
-
- /**** C O N S T R U C T I O N / D E S T R U C T I O N M E T H O D S ****/
-
-
- /******************************************************************************
- PutTo
-
- Put the contents of this object to the stream
- ******************************************************************************/
-
- void x_CVAWASTEDlgText::PutTo(
- CStream &aStream)
- {
- // Put data members for this class
-
-
- CWASTEDlgText::PutTo(aStream); /* Let superclass save */
- }
-
-
- /******************************************************************************
- GetFrom
-
- Get the contents of this object from the stream and
- initialize the object
- ******************************************************************************/
-
- void x_CVAWASTEDlgText::GetFrom(
- CStream &aStream)
- {
- // Get data members for this class
-
-
- /* Let superclass restore */
- CWASTEDlgText::GetFrom(aStream);
- }
-